home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / frame_59 / PlaceObject2_382_21 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-13  |  129 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.edit == true)
  3.    {
  4.       this.stop();
  5.    }
  6.    else
  7.    {
  8.       this.play();
  9.    }
  10. }
  11.